home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global coolskyr, coolskyg, coolskyb, iconfade
- showit(36, 38)
- set the blend of sprite 52 to 100
- repeat with iconfade = 47 to 51
- set the blend of sprite iconfade to 50
- end repeat
- repeat with iconfade = 53 to 54
- set the blend of sprite iconfade to 50
- end repeat
- set the memberNum of sprite 36 to 19
- sprite(39).color = rgb(coolskyr, coolskyg, coolskyb)
- sprite(52).color = rgb(coolskyr, coolskyg, coolskyb)
- if coolskyg > 0 then
- set the locH of sprite 38 to 100 - (coolskyg / 2.54999999999999982) + 439
- else
- if coolskyr > 0 then
- set the locH of sprite 38 to (coolskyr / 2.54999999999999982) + 539
- else
- set the locH of sprite 38 to 539
- end if
- end if
- end
-